3.341 \(\int \frac {x \sin (a+b x)}{\sqrt {\sec (a+b x)}} \, dx\)

Optimal. Leaf size=80 \[ \frac {4 \sin (a+b x)}{9 b^2 \sqrt {\sec (a+b x)}}+\frac {4 \sqrt {\cos (a+b x)} \sqrt {\sec (a+b x)} F\left (\left .\frac {1}{2} (a+b x)\right |2\right )}{9 b^2}-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)} \]

[Out]

-2/3*x/b/sec(b*x+a)^(3/2)+4/9*sin(b*x+a)/b^2/sec(b*x+a)^(1/2)+4/9*(cos(1/2*b*x+1/2*a)^2)^(1/2)/cos(1/2*b*x+1/2
*a)*EllipticF(sin(1/2*b*x+1/2*a),2^(1/2))*cos(b*x+a)^(1/2)*sec(b*x+a)^(1/2)/b^2

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 80, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {4212, 3769, 3771, 2641} \[ \frac {4 \sin (a+b x)}{9 b^2 \sqrt {\sec (a+b x)}}+\frac {4 \sqrt {\cos (a+b x)} \sqrt {\sec (a+b x)} F\left (\left .\frac {1}{2} (a+b x)\right |2\right )}{9 b^2}-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)} \]

Antiderivative was successfully verified.

[In]

Int[(x*Sin[a + b*x])/Sqrt[Sec[a + b*x]],x]

[Out]

(-2*x)/(3*b*Sec[a + b*x]^(3/2)) + (4*Sqrt[Cos[a + b*x]]*EllipticF[(a + b*x)/2, 2]*Sqrt[Sec[a + b*x]])/(9*b^2)
+ (4*Sin[a + b*x])/(9*b^2*Sqrt[Sec[a + b*x]])

Rule 2641

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticF[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ
[{c, d}, x]

Rule 3769

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[(Cos[c + d*x]*(b*Csc[c + d*x])^(n + 1))/(b*d*n), x
] + Dist[(n + 1)/(b^2*n), Int[(b*Csc[c + d*x])^(n + 2), x], x] /; FreeQ[{b, c, d}, x] && LtQ[n, -1] && Integer
Q[2*n]

Rule 3771

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[(b*Csc[c + d*x])^n*Sin[c + d*x]^n, Int[1/Sin[c + d
*x]^n, x], x] /; FreeQ[{b, c, d}, x] && EqQ[n^2, 1/4]

Rule 4212

Int[(x_)^(m_.)*Sec[(a_.) + (b_.)*(x_)^(n_.)]^(p_)*Sin[(a_.) + (b_.)*(x_)^(n_.)], x_Symbol] :> Simp[(x^(m - n +
 1)*Sec[a + b*x^n]^(p - 1))/(b*n*(p - 1)), x] - Dist[(m - n + 1)/(b*n*(p - 1)), Int[x^(m - n)*Sec[a + b*x^n]^(
p - 1), x], x] /; FreeQ[{a, b, p}, x] && IntegerQ[n] && GeQ[m - n, 0] && NeQ[p, 1]

Rubi steps

\begin {align*} \int \frac {x \sin (a+b x)}{\sqrt {\sec (a+b x)}} \, dx &=-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)}+\frac {2 \int \frac {1}{\sec ^{\frac {3}{2}}(a+b x)} \, dx}{3 b}\\ &=-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)}+\frac {4 \sin (a+b x)}{9 b^2 \sqrt {\sec (a+b x)}}+\frac {2 \int \sqrt {\sec (a+b x)} \, dx}{9 b}\\ &=-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)}+\frac {4 \sin (a+b x)}{9 b^2 \sqrt {\sec (a+b x)}}+\frac {\left (2 \sqrt {\cos (a+b x)} \sqrt {\sec (a+b x)}\right ) \int \frac {1}{\sqrt {\cos (a+b x)}} \, dx}{9 b}\\ &=-\frac {2 x}{3 b \sec ^{\frac {3}{2}}(a+b x)}+\frac {4 \sqrt {\cos (a+b x)} F\left (\left .\frac {1}{2} (a+b x)\right |2\right ) \sqrt {\sec (a+b x)}}{9 b^2}+\frac {4 \sin (a+b x)}{9 b^2 \sqrt {\sec (a+b x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.24, size = 63, normalized size = 0.79 \[ \frac {\sqrt {\sec (a+b x)} \left (2 \sin (2 (a+b x))-6 b x \cos ^2(a+b x)+4 \sqrt {\cos (a+b x)} F\left (\left .\frac {1}{2} (a+b x)\right |2\right )\right )}{9 b^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(x*Sin[a + b*x])/Sqrt[Sec[a + b*x]],x]

[Out]

(Sqrt[Sec[a + b*x]]*(-6*b*x*Cos[a + b*x]^2 + 4*Sqrt[Cos[a + b*x]]*EllipticF[(a + b*x)/2, 2] + 2*Sin[2*(a + b*x
)]))/(9*b^2)

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*sin(b*x+a)/sec(b*x+a)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x \sin \left (b x + a\right )}{\sqrt {\sec \left (b x + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*sin(b*x+a)/sec(b*x+a)^(1/2),x, algorithm="giac")

[Out]

integrate(x*sin(b*x + a)/sqrt(sec(b*x + a)), x)

________________________________________________________________________________________

maple [F]  time = 0.05, size = 0, normalized size = 0.00 \[ \int \frac {x \sin \left (b x +a \right )}{\sqrt {\sec \left (b x +a \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*sin(b*x+a)/sec(b*x+a)^(1/2),x)

[Out]

int(x*sin(b*x+a)/sec(b*x+a)^(1/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x \sin \left (b x + a\right )}{\sqrt {\sec \left (b x + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*sin(b*x+a)/sec(b*x+a)^(1/2),x, algorithm="maxima")

[Out]

integrate(x*sin(b*x + a)/sqrt(sec(b*x + a)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {x\,\sin \left (a+b\,x\right )}{\sqrt {\frac {1}{\cos \left (a+b\,x\right )}}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*sin(a + b*x))/(1/cos(a + b*x))^(1/2),x)

[Out]

int((x*sin(a + b*x))/(1/cos(a + b*x))^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x \sin {\left (a + b x \right )}}{\sqrt {\sec {\left (a + b x \right )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*sin(b*x+a)/sec(b*x+a)**(1/2),x)

[Out]

Integral(x*sin(a + b*x)/sqrt(sec(a + b*x)), x)

________________________________________________________________________________________